projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009b7dc
)
gesturestylus: Add missing array g-i annotation for *_get_axes params
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Mon, 20 Aug 2018 14:57:54 +0000
(16:57 +0200)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Mon, 20 Aug 2018 15:01:59 +0000
(17:01 +0200)
gtk/gtkgesturestylus.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgesturestylus.c
b/gtk/gtkgesturestylus.c
index 02019daab8e280ab090bd8a385d07a534da30da3..7eb029f3bed7de3902409882bb7b0645aa068f9a 100644
(file)
--- a/
gtk/gtkgesturestylus.c
+++ b/
gtk/gtkgesturestylus.c
@@
-193,8
+193,8
@@
gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
/**
* gtk_gesture_stylus_get_axes:
* @gesture: a GtkGestureStylus
- * @axes: array of requested axes, terminated with #GDK_AXIS_IGNORE
- * @values: (out): return location for the axis values
+ * @axes:
(array):
array of requested axes, terminated with #GDK_AXIS_IGNORE
+ * @values: (out)
(array)
: return location for the axis values
*
* Returns the current values for the requested @axes. This function
* must be called from either the #GtkGestureStylus:down,